home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / DefineButton2_1157 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2011-06-09  |  679 b   |  21 lines

  1. on(press){
  2.    if(_root.inven._currentframe == 1)
  3.    {
  4.       if(_root.micon._currentframe == 4 && _root.range == true)
  5.       {
  6.          _root.next_dis1 = 2;
  7.          _root.next_txt1 = "WhoΓÇÖs a good little fishy?";
  8.       }
  9.       if(_root.micon._currentframe == 1 && _root.range == true)
  10.       {
  11.          _root.next_dis1 = 2;
  12.          _root.next_txt1 = "He doesnΓÇÖt even move when I hit the glass.";
  13.       }
  14.       if(_root.micon._currentframe == 2)
  15.       {
  16.          _root.next_dis1 = 2;
  17.          _root.next_txt1 = "This is just my pet fish Spurt.  He really doesnΓÇÖt do much.  IΓÇÖm starting to wonder if he didnΓÇÖt just die right side up.";
  18.       }
  19.    }
  20. }
  21.